projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e317200
)
(url-generic-parse-url): Fix docstring.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 26 Jan 2008 19:46:17 +0000
(19:46 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 26 Jan 2008 19:46:17 +0000
(19:46 +0000)
lisp/url/url-parse.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-parse.el
b/lisp/url/url-parse.el
index f47ff9a37c39984beb7c1d8f9edddcf23027d879..7d09150d52c180bd215d76e41ca8be46451b72b4 100644
(file)
--- a/
lisp/url/url-parse.el
+++ b/
lisp/url/url-parse.el
@@
-77,9
+77,9
@@
;;;###autoload
(defun url-generic-parse-url (url)
- "Return a
vector
of the parts of URL.
-
Format i
s:
-
\[TYPE USER PASSWORD HOST PORT FILE TARGET ATTRIBUTES FULL\]
"
+ "Return a
n URL-struct
of the parts of URL.
+
The CL-style struct contains the following field
s:
+
TYPE USER PASSWORD HOST PORTSPEC FILENAME TARGET ATTRIBUTES FULLNESS.
"
;; See RFC 3986.
(cond
((null url)